:getScriptContentPointer
{
 Description:
    Gets pointers to script content of current thread.  
 Type: SET
 
 Parameters:
   Passed:
     none
   Result:
     0@ - adress of script content
 
 Example:
  0AB1: call_scm_func @getScriptContentPointer 0 store_script_content 2@
}
0A9F: 0@ = current_thread_pointer
0@ += 0x10
0A8D: 0@ = read_memory 0@ size 4 virtual_protect 0
0AB2: ret 1 0@